Update
This commit is contained in:
parent
2d558b6a91
commit
8b1f46273d
12
flake.lock
12
flake.lock
|
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1696371324,
|
"lastModified": 1696737557,
|
||||||
"narHash": "sha256-0ycIheYRxzPOL9XBWiAm/af9cqRmsiy701OpjsRsKiw=",
|
"narHash": "sha256-YD/pjDjj/BNmisEvRdM/vspkCU3xyyeGVAUWhvVSi5Y=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "e63c30fe9792b57dea1eab98be6871a0e42a33c9",
|
"rev": "3c1d8758ac3f55ab96dcaf4d271c39da4b6e836d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
@ -22,11 +22,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1696019113,
|
"lastModified": 1696604326,
|
||||||
"narHash": "sha256-X3+DKYWJm93DRSdC5M6K5hLqzSya9BjibtBsuARoPco=",
|
"narHash": "sha256-YXUNI0kLEcI5g8lqGMb0nh67fY9f2YoJsILafh6zlMo=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "f5892ddac112a1e9b3612c39af1b72987ee5783a",
|
"rev": "87828a0e03d1418e848d3dd3f3014a632e4a4f64",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
10
home.nix
10
home.nix
|
|
@ -2,8 +2,9 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
pcmanfm
|
|
||||||
anki
|
anki
|
||||||
|
arduino-cli
|
||||||
|
dig
|
||||||
direnv
|
direnv
|
||||||
fd # find alternative
|
fd # find alternative
|
||||||
ffmpeg
|
ffmpeg
|
||||||
|
|
@ -15,6 +16,7 @@
|
||||||
git-lfs
|
git-lfs
|
||||||
gnumake
|
gnumake
|
||||||
gnupg
|
gnupg
|
||||||
|
gthumb
|
||||||
htop
|
htop
|
||||||
kanshi
|
kanshi
|
||||||
kitty
|
kitty
|
||||||
|
|
@ -23,18 +25,24 @@
|
||||||
megatools
|
megatools
|
||||||
mpv
|
mpv
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
|
nmap
|
||||||
nnn
|
nnn
|
||||||
|
nodejs
|
||||||
obsidian
|
obsidian
|
||||||
pass
|
pass
|
||||||
pavucontrol
|
pavucontrol
|
||||||
|
pcmanfm
|
||||||
pinentry-qt
|
pinentry-qt
|
||||||
pulseaudio
|
pulseaudio
|
||||||
|
pv
|
||||||
|
rawtherapee
|
||||||
ripgrep
|
ripgrep
|
||||||
swaylock
|
swaylock
|
||||||
swayidle
|
swayidle
|
||||||
thunderbird
|
thunderbird
|
||||||
tmux
|
tmux
|
||||||
tree-sitter
|
tree-sitter
|
||||||
|
unzip
|
||||||
waybar
|
waybar
|
||||||
wdisplays
|
wdisplays
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@
|
||||||
users.users.dm = {
|
users.users.dm = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Daniel Meiburg";
|
description = "Daniel Meiburg";
|
||||||
extraGroups = [ "networkmanager" "wheel" ];
|
extraGroups = [ "networkmanager" "wheel" "dialout"];
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
];
|
];
|
||||||
openssh.authorizedKeys.keys = [
|
openssh.authorizedKeys.keys = [
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue