0
fork

Configure Feed

Select the types of activity you want to include in your feed.

+7 -67
.envrc

This is a binary file and will not be displayed.

+1 -1
configs/fish/config/20-aliases.fish
··· 30 30 alias rb 'to-dotfiles && jj status && doas env PATH=$PATH nixos-rebuild switch --flake .#(hostname)' 31 31 32 32 # Zellij aliases and completion 33 - zellij setup --generate-completion fish | source 33 + # zellij setup --generate-completion fish | source 34 34 alias ide 'zellij --layout ide' 35 35 # IDE but without the editor. 36 36 alias id-e 'zellij --layout id-e'
+2 -64
home/modules/niri/noctalia.nix
··· 68 68 ]; 69 69 center = [ 70 70 { 71 - id = "Action"; 72 - icon = ""; 73 - on_click = "/home/mar/.config/niri/scripts/osk.sh"; 74 - tooltip = "Toggle On-Screen Keyboard"; 75 - } 76 - { 77 71 id = "Clock"; 78 72 } 79 73 { ··· 106 100 id = "Brightness"; 107 101 } 108 102 { 109 - id = "ControlCenter"; 103 + id = "PowerProfile"; 110 104 } 111 - ]; 112 - }; 113 - }; 114 - quicksettings.buttons = [ 115 - { 116 - id = "plugin:osk-toggle"; 117 - enabled = true; 118 - } 119 - ]; 120 - controlCenter = { 121 - position = "close_to_bar_button"; 122 - diskPath = "/"; 123 - shortcuts = { 124 - left = [ 125 105 { 126 106 id = "Network"; 127 107 } ··· 129 109 id = "Bluetooth"; 130 110 } 131 111 { 132 - id = "WallpaperSelector"; 133 - } 134 - { 135 - id = "NoctaliaPerformance"; 136 - } 137 - ]; 138 - right = [ 139 - { 140 - id = "Notifications"; 141 - } 142 - { 143 - id = "PowerProfile"; 144 - } 145 - { 146 - id = "KeepAwake"; 147 - } 148 - { 149 112 id = "NightLight"; 150 113 } 151 114 ]; 152 115 }; 153 - cards = [ 154 - { 155 - enabled = false; 156 - id = "profile-card"; 157 - } 158 - { 159 - enabled = true; 160 - id = "shortcuts-card"; 161 - } 162 - { 163 - enabled = true; 164 - id = "audio-card"; 165 - } 166 - { 167 - enabled = false; 168 - id = "brightness-card"; 169 - } 170 - { 171 - enabled = true; 172 - id = "weather-card"; 173 - } 174 - { 175 - enabled = true; 176 - id = "media-sysmon-card"; 177 - } 178 - ]; 179 116 }; 117 + controlCenter.enabled = false; 180 118 dock.enabled = false; 181 119 appLauncher = { 182 120 enableClipboardHistory = true;
+2
hosts/Ponyta/configuration.nix
··· 96 96 # School: Run Windows software 97 97 wineWow64Packages.stable 98 98 winetricks 99 + # Big screen: May run JetBrains. 100 + jetbrains.rust-rover 99 101 ]; 100 102 101 103 programs.steam = {
+2 -2
hosts/samurott-nix/configuration.nix
··· 73 73 }; 74 74 environment.systemPackages = with pkgs; [ 75 75 grc 76 - # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. 77 - # wget 76 + # Big screen: May run JetBrains. 77 + jetbrains.rust-rover 78 78 ]; 79 79 80 80 # Enable touchpad support (enabled default in most desktopManager).