Compare commits
No commits in common. "7e4953faaee0c2c6af63137e8c8d4a80d83de8d0" and "8d4cbccbe000817fe3de7761187df3889c3c49bb" have entirely different histories.
7e4953faae
...
8d4cbccbe0
4 changed files with 12 additions and 10 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1741217763,
|
"lastModified": 1740845322,
|
||||||
"narHash": "sha256-g/TrltIjFHIjtzKY5CJpoPANfHQWDD43G5U1a/v5oVg=",
|
"narHash": "sha256-AXEgFj3C0YJhu9k1OhbRhiA6FnDr81dQZ65U3DhaWpw=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "486b066025dccd8af7fbe5dd2cc79e46b88c80da",
|
"rev": "fcac3d6d88302a5e64f6cb8014ac785e08874c8d",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1741173522,
|
"lastModified": 1740828860,
|
||||||
"narHash": "sha256-k7VSqvv0r1r53nUI/IfPHCppkUAddeXn843YlAC5DR0=",
|
"narHash": "sha256-cjbHI+zUzK5CPsQZqMhE3npTyYFt9tJ3+ohcfaOF/WM=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "d69ab0d71b22fa1ce3dbeff666e6deb4917db049",
|
"rev": "303bd8071377433a2d8f76e684ec773d70c5b642",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -50,6 +50,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
# services.blueman.enable = true;
|
services.blueman.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
pass
|
pass
|
||||||
libreoffice-fresh ding
|
libreoffice ding
|
||||||
simple-scan xsane gimp imagemagick ffmpeg
|
simple-scan xsane gimp imagemagick ffmpeg
|
||||||
thunderbird signal-desktop
|
thunderbird signal-desktop
|
||||||
texlive.combined.scheme-full pdftk
|
texlive.combined.scheme-full pdftk
|
||||||
|
|
|
@ -15,12 +15,15 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
tree
|
tree
|
||||||
|
thunderbird
|
||||||
element-desktop
|
element-desktop
|
||||||
gajim
|
gajim
|
||||||
keepassxc
|
keepassxc
|
||||||
git
|
git
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
# nextcloud27
|
# nextcloud27
|
||||||
|
libreoffice
|
||||||
|
signal-desktop
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
oh-my-git
|
oh-my-git
|
||||||
tor
|
tor
|
||||||
|
@ -30,7 +33,7 @@
|
||||||
masterpdfeditor4
|
masterpdfeditor4
|
||||||
webtorrent_desktop
|
webtorrent_desktop
|
||||||
borgbackup
|
borgbackup
|
||||||
kdePackages.kcalc
|
kcalc
|
||||||
fzf
|
fzf
|
||||||
imagemagick
|
imagemagick
|
||||||
gcc
|
gcc
|
||||||
|
@ -50,7 +53,6 @@
|
||||||
python311Packages.pip
|
python311Packages.pip
|
||||||
yubioath-flutter
|
yubioath-flutter
|
||||||
#ripgrep
|
#ripgrep
|
||||||
authenticator
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue