Compare commits

..

2 commits

Author SHA1 Message Date
Chris (wolcen) Thompson
c58549dc33 Add kdeconnect app 2025-07-28 22:44:15 -04:00
Chris (wolcen) Thompson
eced26c2ed Update flake.lock 2025-07-28 22:44:08 -04:00
2 changed files with 8 additions and 7 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1752814804,
"narHash": "sha256-irfg7lnfEpJY+3Cffkluzp2MTVw1Uq9QGxFp6qadcXI=",
"lastModified": 1753387274,
"narHash": "sha256-Y1hAI9h+9DLBbgKvZBsHaeptFIcRw4iC6ySPmzyqmlM=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "d0300c8808e41da81d6edfc202f3d3833c157daf",
"rev": "a35f6b60430ff0c7803bd2a727df84c87569c167",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1752687322,
"narHash": "sha256-RKwfXA4OZROjBTQAl9WOZQFm7L8Bo93FQwSJpAiSRvo=",
"lastModified": 1753250450,
"narHash": "sha256-i+CQV2rPmP8wHxj0aq4siYyohHwVlsh40kV89f3nw1s=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6e987485eb2c77e5dcc5af4e3c70843711ef9251",
"rev": "fc02ee70efb805d3b2865908a13ddd4474557ecf",
"type": "github"
},
"original": {

View file

@ -190,7 +190,8 @@ in
"wolcen" = import ./home.nix;
};
};
# Install kdeconnect (also opens firewall ports)
programs.kdeconnect.enable = true;
# Install firefox.
programs.firefox.enable = true;