Compare commits
2 commits
9538b7e11f
...
be9ae24e2c
Author | SHA1 | Date | |
---|---|---|---|
|
be9ae24e2c | ||
|
db0efe6f85 |
30
flake.lock
30
flake.lock
|
@ -47,11 +47,11 @@
|
|||
"rust-overlay": "rust-overlay"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1703220773,
|
||||
"narHash": "sha256-TJ202TF5LSQA3O2tzwGkTnYnvZ8d+pFVEyJ0gAhLMRQ=",
|
||||
"lastModified": 1703879161,
|
||||
"narHash": "sha256-TNEsdsaCG1+PvGINrV/zw7emzwpfWiml4b77l2n5UEI=",
|
||||
"owner": "helix-editor",
|
||||
"repo": "helix",
|
||||
"rev": "d5e6749fa250f3a7be75c81c7b0611e3c3221d63",
|
||||
"rev": "85fce2f5b6c9f35ab9d3361f3933288a28db83d4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -68,11 +68,11 @@
|
|||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1703527373,
|
||||
"narHash": "sha256-AjypRssRtS6F3xkf7rE3/bXkIF2WJOZLbTIspjcE1zM=",
|
||||
"lastModified": 1703838268,
|
||||
"narHash": "sha256-SRg5nXcdPnrsQR2MTAp7en0NyJnQ2wB1ivmsgEbvN+o=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "80679ea5074ab7190c4cce478c600057cfb5edae",
|
||||
"rev": "2aff324cf65f5f98f89d878c056b779466b17db8",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -83,11 +83,11 @@
|
|||
},
|
||||
"nixos-hardware": {
|
||||
"locked": {
|
||||
"lastModified": 1703545041,
|
||||
"narHash": "sha256-nvQA+k1rSszrf4kA4eK2i/SGbzoXyoKHzzyzq/Jca1w=",
|
||||
"lastModified": 1703879120,
|
||||
"narHash": "sha256-oMJ5xtDswlBWxs0DT/aYKEUIhjEpGZJ9GbIxOclYP8I=",
|
||||
"owner": "NixOs",
|
||||
"repo": "nixos-hardware",
|
||||
"rev": "a15b6e525f5737a47b4ce28445c836996fb2ea8c",
|
||||
"rev": "22ae59fec26591ef72ce4ccb5538c42c5f090fe3",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -115,11 +115,11 @@
|
|||
},
|
||||
"nixpkgs_2": {
|
||||
"locked": {
|
||||
"lastModified": 1703255338,
|
||||
"narHash": "sha256-Z6wfYJQKmDN9xciTwU3cOiOk+NElxdZwy/FiHctCzjU=",
|
||||
"lastModified": 1703438236,
|
||||
"narHash": "sha256-aqVBq1u09yFhL7bj1/xyUeJjzr92fXVvQSSEx6AdB1M=",
|
||||
"owner": "nixos",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "6df37dc6a77654682fe9f071c62b4242b5342e04",
|
||||
"rev": "5f64a12a728902226210bf01d25ec6cbb9d9265b",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -131,11 +131,11 @@
|
|||
},
|
||||
"nur": {
|
||||
"locked": {
|
||||
"lastModified": 1703634709,
|
||||
"narHash": "sha256-MBzASzznDbUOcBUme32dks8V7gnjdoOEzhAX0L2h/Qc=",
|
||||
"lastModified": 1703879060,
|
||||
"narHash": "sha256-U0dvm3qwldDDnR1jYE7gNNW7XChYCZ6JyUCcSFFDpBs=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nur",
|
||||
"rev": "a17e7841c4d587aa3cb579b0fc156055b3dad82f",
|
||||
"rev": "4a8f8f5355cb9d3334d311cb25fc6ab641b501dc",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -18,6 +18,7 @@
|
|||
grim
|
||||
slurp
|
||||
sway-contrib.grimshot
|
||||
sway-audio-idle-inhibit
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
|
@ -3,6 +3,7 @@ exec blueman-applet
|
|||
# exec systemctl --user restart wireplumber
|
||||
exec gammastep-indicator
|
||||
exec dunst
|
||||
exec sway-audio-idle-inhibit
|
||||
#exec swayidle -w \
|
||||
# timeout 600 'swaylock -f -c 14171d' \
|
||||
# before-sleep 'swaylock -f -c 14171d'
|
||||
|
|
Loading…
Reference in a new issue